Quantxdata Access Real Time Crypto Market Data From 123+ Exchanges And 47,000+ Instruments
@Arpit Dhamija
Access real-time crypto market data from 123+ exchanges and 47,000+ instruments via the Model Context Protocol (MCP).
Works with Claude Desktop, Claude Code, Cursor, and any MCP-compatible AI agent.
Server Config
{
"mcpServers": {
"quantxdata": {
"command": "npx",
"args": [
"-y",
"quantxdata-mcp"
],
"env": {
"QUANTXDATA_API_KEY": "<YOUR_API_KEY>"
}
}
}
}